CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - hook injection

搜索资源列表

  1. Ring3_DLL_Inject

    0下载:
  2. 一个拦截并修改输入法的注入技术(注入DLL是做全局钩子或者拦截类软件都有可能用到的技术)、给出了完整的示例代码希望对大家有所帮助。-An intercept and modify the input method of the injection technology (global hook into the DLL are doing, or are likely to be used to intercept class software technology), gives a comp
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:1387066
    • 提供者:西南
  1. usp10 利用usp10.dll 达到 注入及 HOOK 的目的

    1下载:
  2. 利用usp10.dll 达到 注入及 HOOK 的目的-Usp10.dll use to achieve the purpose of injection and HOOK
  3. 所属分类:钩子与API截获

    • 发布日期:2012-10-12
    • 文件大小:1839420
    • 提供者:周募
  1. HookCode

    0下载:
  2. VC++写的APIHook实例源代码,大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部分做得相当棒,如果想挂各种函数,可以结合detour使用。-VC++ to write the source code examples APIHook generally turned a bit,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:71454
    • 提供者:Massachusetts
  1. hook

    0下载:
  2. hook技术,用于注入pe拦掉网络封包,有利于网络游戏的分析-hook technology for network packet injection pe block away, is conducive to the analysis of online games
  3. 所属分类:外挂编程

    • 发布日期:2017-04-10
    • 文件大小:1787595
    • 提供者:钟小春
  1. ForceDel

    0下载:
  2. 强制删除文件,无注入无驱动无hook,原理就是查找文件的锁定句柄,然后关闭句柄。-Force delete a file, no injection of non-driven non-hook, locking principle is to find the file handle, and then close the handle.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:13226
    • 提供者:clzzy
  1. DDPHelpSrc

    0下载:
  2. QQ游戏之对对碰外挂, 功能: 1.能够自动提示能够消除的对对碰 2.能够模拟鼠标自动消除 3.可以加快速度 4.自动开始 虽然此程序仅仅是一个小外挂,但也使用到了一些技术. 1.线程的使用 2.程序窗口查找 3.dll注入技术 4.api hook 技术 5.单进程全局热建钩子 6.不通过特定颜色判断相同方格的方法 7.模拟鼠标的两种方法,mouse_event(鼠标光标会移动)和PostMessaga(鼠标光标不移动) 8.文件捆
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-26
    • 文件大小:121067
    • 提供者:
  1. SysHotKey

    0下载:
  2. | | | 实现原理: | | 锁定 Ctrl+Alt+Del 使用远程线程、代码注入及子类化技术 | | 其它键盘消息使用普通钩子技术 | | | | 本模块向 VB 程序员展示远程线程、代码注入等似乎被列入 | | 只有Delphi、VC程序员才可能使用的技术,同时目前诸多木马 | | 也同样大量使用这些技术。注入的方式比 Dll 钩入更加隐蔽。 | | 注入后无进程、无文件 -| | | Principle: | | lock Ctr
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:14527
    • 提供者:kidy
  1. APIHookjiexi

    0下载:
  2. 本文分析了API Hook 系统的实现结构和系统涉及的DLL 注入和API 拦截两项关键技术的多种实现途径,并结合 应用给出了编程实现的方法。-This paper analyzes the API Hook System structures and systems involved in DLL injection and API to intercept the two key technologies to achieve a variety of channels, combine
  3. 所属分类:Hook api

    • 发布日期:2017-04-05
    • 文件大小:94676
    • 提供者:王志军
  1. HookSy

    0下载:
  2. 注入技术简述: 本实例其实是一个查看工具。完成以下的几个功能: 1、查看系统当前的运行进程; 2、查看系统当前的运行线程; 3、查看系统中运行某个进程中包含的DLL列表; 4、通过创建远程线程的方法将DLL注入到目标进程中: 5、通过Hook方法将DLL注入到目标进程中: -A brief injection technique: This example is actually a view tool. Completion
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:12152
    • 提供者:赵积元
  1. injectthread

    0下载:
  2. 演示三种代码注入的方式。hook 注入,远程注入,dll注入。对研究病毒和外挂的人很有帮助-Demonstration of three types of code injection approach. hook into the remote injection, dll injection. The study of virus and the people very helpful plug-ins
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-24
    • 文件大小:79498
    • 提供者:公鸡
  1. Hooktheprocess

    0下载:
  2. Hook在系统进程插入线程的改进版本,进程的注入hook,加入Dll控制,消息控制,功能强大。-Hook the process to insert the thread in the system to improve the version of the injection process hook, adding Dll control, information control and powerful.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:22816
    • 提供者:siliemor
  1. API

    0下载:
  2. 进程注入API的连接 标题:进程注入/ API的挂接 描述:这表明你2接口连接的技术。内隐联系测验连接和功能调整,还如何在您的代码注入到另一个VB的过程和钩子函数遥。由于离子离子亚历克约内斯库他注射演示。重要的是,你读了读的“注入”目录。 此文件来自星球源Code.com ...家庭数百万行的源代码 您可以查看关于此代码/和或投票在: http://www.Planet-Source-Code.com/vb/scr ipts/ShowCode.asp?txtCodeId=
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:17565
    • 提供者:fangxiaowang
  1. 11Firewall

    0下载:
  2. 本程序是基于Windows API与Hook技术以及注入DLL的方式写的网络防火墙程序,可以拦截网络数据。-This program is based on the Windows API and DLL injection Hook technology, and a way to write a network firewall program that can intercept network data.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:105579
    • 提供者:张杨
  1. SASHook

    0下载:
  2. SAS Hook,使用远程进程注入的方法注入winlogon.exe屏蔽Ctrl+Alt+Del键,本人几年前的老作品了,对Vista及以上系统无效。-SAS Hook, use the method of injection into the remote process winlogon.exe Shield Ctrl+ Alt+ Del keys, I have a few years ago the old works, and on Vista and above systems is
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:9433
    • 提供者:savior
  1. HOOK

    0下载:
  2. 控制银证直通车键盘热键的说明格式为Delphi远程线程注入系统进程-Control of Silver Certificate Note Express format of the keyboard hotkey remote thread injection system for the Delphi process
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:1696138
    • 提供者:joe
  1. inline_hooks_ntquerydirectoryfile

    0下载:
  2. Purpose: - Implement remote code injection - Usermode hook (Ntdll->NtQueryDirectoryFile) Note: This is only POC that will hide file explorer.exe Hidding file via usermode code injection to explorer.exe You can restart explorer.exe to un
  3. 所属分类:File Operate

    • 发布日期:2017-03-24
    • 文件大小:6987
    • 提供者:nofear0720
  1. HOOK

    0下载:
  2. 一个用全局钩子实现DLL的注入及热键呼出的例子,可供参考.-To achieve a global hook DLL with the injection and the hot breath of the examples is available for reference
  3. 所属分类:Hook api

    • 发布日期:2017-05-20
    • 文件大小:5724579
    • 提供者:雷迪嘎嘎
  1. APIHook

    0下载:
  2. API拦截pdf的手册,里面讲解了Injection\IAT HOOK,以及实现的代码,还讲解了驱动层的HOOK部分-API interception pdf manual, which explains Injection \ IAT HOOK, and the realization of the code, but also explain part of the driver layer HOOK
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:129460
    • 提供者:jibagan
  1. HOOK

    0下载:
  2. 实现HOOK的成功注入,可以在win7上实现注入-The success achieved HOOK injection, injection can achieve win7
  3. 所属分类:Console

    • 发布日期:2017-05-14
    • 文件大小:3132935
    • 提供者:孙贺
  1. HOOK注入框架(DLL源码)

    0下载:
  2. HOOK注入框架(DLL源码)和EXE 注入源码及框架(Hook injection framework (DLL source code) and exe injection source code and framework)
  3. 所属分类:钩子与API截获

    • 发布日期:2020-11-14
    • 文件大小:236544
    • 提供者:玖凉
« 12 3 4 »
搜珍网 www.dssz.com